net/http.http2clientConnReadLoop.streamByID (method)
6 uses
net/http (current package)
h2_bundle.go#L8823: if cs := rl.streamByID(se.StreamID); cs != nil {
h2_bundle.go#L8875: cs := rl.streamByID(f.StreamID)
h2_bundle.go#L9198: cs := rl.streamByID(f.StreamID)
h2_bundle.go#L9329: func (rl *http2clientConnReadLoop) streamByID(id uint32) *http2clientStream {
h2_bundle.go#L9449: cs := rl.streamByID(f.StreamID)
h2_bundle.go#L9469: cs := rl.streamByID(f.StreamID)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)